home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / ENCRYPT.DOC < prev    next >
Text File  |  1986-12-22  |  765b  |  25 lines

  1. -------------------------------------------------------------------------------
  2.  ENCRYPT
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      encrypt <keyword> [< filename] 
  7.  
  8. ENCRYPT is a text filter that enciphers files according to a keyword.  The 
  9. encrypted information may be displayed at a later date by using the DECRYPT
  10. text filter and the keyword.
  11.  
  12. Examples:
  13.  
  14. Use the code word 'Minneapolis' to encipher the information in PUBLIC.TXT and
  15. save it to the file named SECRET.TXT.
  16.  
  17.      encrypt Minneapolis <PUBLIC.TXT > SECRET.TXT
  18.  
  19. Encrypt the information in READABLE.TXT with the word 'Joshua' and save it in
  20. EYESONLY.INF.
  21.  
  22.      encrypt Joshua < READABLE.TXT > EYESONLY.INF
  23.  
  24. See also:  DECRYPT
  25.